const github.com/andybalholm/brotli.distanceBitPenalty

3 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L88: const distanceBitPenalty = 30
		hash.go#L91: const scoreBase = (distanceBitPenalty * 8 * 8)
		hash.go#L110: 	return scoreBase + literalByteScore*uint(copy_length) - distanceBitPenalty*uint(log2FloorNonZero(backward_reference_offset))